home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000223_news@columbia.edu _Mon Nov 25 03:59:18 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id DAA01070 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 25 Nov 1996 03:59:17 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id DAA27682 for kermit.misc@watsun; Mon, 25 Nov 1996 03:59:13 -0500 (EST)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!news.idt.net!news.bbnplanet.com!cam-news-hub1.bbnplanet.com!howland.erols.net!surfnet.nl!swidir.switch.ch!scsing.switch.ch!ubnsrv.unisource.ch!peroni.ita.tip.net!news-server.italia.com!zamboni.dsnet.it!usenet
  5. From: eurocom@eurocom.dsnet.it (eurocom)
  6. Newsgroups: comp.programming,comp.programming.contests,comp.programming.literate,comp.programming.threads,comp.protocols.appletalk,comp.protocols.dicom,comp.protocols.ibm,comp.protocols.iso,comp.protocols.iso.dev-environ,comp.protocols.iso.x400,comp.protocols.kerberos,comp.protocols.kermit.misc,comp.protocols.misc,comp.protocols.nfs,comp.protocols.pcnet,comp.protocols.ppp,comp.protocols.smb,comp.protocols.snmp,comp.protocols.tcp-ip,comp.protocols.tcp-ip.domains,comp.protocols.tcp-ip.ibmpc,comp.protocols.time.ntp,comp.publish.cdrom.hardware,comp.publish.cdrom.multimedia,comp.publish.cdrom.software,comp.publish.electronic.misc,comp.publish.prepress,comp.realtime
  7. Subject: The MAULE Machine is starting...
  8. Date: 24 Nov 1996 23:54:31 GMT
  9. Organization: DS NET
  10. Lines: 83
  11. Message-ID: <57an7n$jo4@zamboni.dsnet.it>
  12. NNTP-Posting-Host: eurocom.dsnet.it
  13. Mime-Version: 1.0
  14. Content-Type: Text/Plain; charset=US-ASCII
  15. X-Newsreader: WinVN 0.99.7
  16. Xref: news.columbia.edu comp.programming:36268 comp.programming.contests:2206 comp.programming.literate:3676 comp.programming.threads:3026 comp.protocols.appletalk:22578 comp.protocols.dicom:2167 comp.protocols.ibm:5577 comp.protocols.iso:7599 comp.protocols.iso.dev-environ:1743 comp.protocols.iso.x400:4894 comp.protocols.kerberos:7998 comp.protocols.kermit.misc:6195 comp.protocols.misc:6118 comp.protocols.nfs:16280 comp.protocols.pcnet:296 comp.protocols.ppp:18063 comp.protocols.smb:9923 comp.protocols.snmp:7121 comp.protocols.tcp-ip:46365 comp.protocols.tcp-ip.domains:14354 comp.protocols.tcp-ip.ibmpc:41800 comp.protocols.time.ntp:7951 comp.publish.cdrom.hardware:21705 comp.publish.cdrom.multimedia:9296 comp.publish.cdrom.software:12084 comp.publish.electronic.misc:1540 comp.publish.prepress:21149 comp.realtime:17671
  17.  
  18. http://www.italia.com/eurocom/maule
  19.  
  20. The MAULE Machine  1.0
  21.  
  22. Hints
  23. =====
  24.  
  25. The MAULE Machine is a new concept of calculator: it is a
  26.  
  27. - multidisplay
  28. - programmable
  29. - multiplatform
  30. - extensible
  31. - distributed
  32. - fully free
  33.  
  34. internet tool. You can use it as a trivial calculator or as powerfull computer.
  35. The MAULE Machine is based on JavaScript.
  36.  
  37. Trivial Use
  38. ===========
  39.  
  40. You can type an expression on the input display such as:
  41.  
  42. (2+2*5)/4
  43.  
  44. or
  45.  
  46. Math.sin(3.14)
  47.  
  48. then, pressing 'Compute' you will get the answer.
  49.  
  50. Virtual Displays
  51. ================
  52.  
  53. You can use 'Add' to create a new input or output display. When you press the 
  54. button, all the rows written in the current input display will be evalueated, 
  55. and the result will be inserted in the current output display.
  56. 'First', 'Previous', 'Next' and 'Last' Buttons are used to navigate into the 
  57. display list. 'Remove' is used to destroy a display.
  58.  
  59. Advanced Use
  60. ============
  61.  
  62. You can use the powerfull of JavaScript for writing programs, using variables, 
  63. functions, objects and methods.
  64. For example you can write:
  65.  
  66. n = 4
  67. m = 1
  68. i=1
  69. for (i=1; i<=n; i++) {
  70.     m *= i}</I>
  71.  
  72. For more information about JavaScript you can consult the Netscape site 
  73. (www.netscape.com).
  74.  
  75. You can also use
  76.  
  77. OutWriteLn('string',displayNumber)
  78. OutWrite('string',displayNumber)
  79. InWriteLn('string',displayNumber)
  80. InWrite('string',displayNumber)
  81.  
  82. to insert text in a specified input or output display. If you don't specify a 
  83. display number the string will appear in the current display.
  84.  
  85. Extensions
  86. ==========
  87.  
  88. The power of the MAULE Machine is based on the concept that everyone can 
  89. develope new functions and tool, such as mathematical, phisics, chemical, etc.
  90. This plug-in will be developed and resident on other servers and the user will 
  91. download it at run-time.
  92.  
  93. The C-Tools is an example of a plug-in for complex numbers!!!
  94.  
  95. Copyrights
  96. ==========
  97.  
  98. The MAULE Machine was created by Mauro Lenzi. All copyrights are reserved.
  99. The copyrigths of each plugs-in will be of the corresponding author.
  100.